GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-29T22:57:28.5361982+00:00",
"SubmitDate": "2026-01-29T22:57:28.5361982+00:00",
"ReportPeriodStart": "2026-01-29T22:57:28.5361982+00:00",
"ReportPeriodEnd": "2026-01-29T22:57:28.5361982+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a0101e20-6235-4aab-89ea-b612b924e10c",
"Rows": [
{
"ItemId": "ec8248cb-8daf-4a21-8dbd-4b0217d04971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec8248cb-8daf-4a21-8dbd-4b0217d04971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a0101e20-6235-4aab-89ea-b612b924e10c",
"Rows": [
{
"ItemId": "ec8248cb-8daf-4a21-8dbd-4b0217d04971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec8248cb-8daf-4a21-8dbd-4b0217d04971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"89028fe5-a298-48c2-bedd-3d6c856b719a",
"8169c294-12ad-4891-a484-302c8c0c4946"
],
"Approvers": [
"2754b18c-4f7f-49c5-9f13-1f6beebf2cf1",
"ea024957-67cf-4bc3-ab25-df29608ff51f"
],
"ApprovedBy": "4ac87428-7ad7-435e-a668-b95f7fa48e3a",
"ApprovalDate": "2026-01-29T22:57:28.5361982+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "36dcf878-3ebb-4c8f-b502-0c40658f63e9",
"id": "58336059-c5f3-42e6-97fa-db69fdd1508b",
"ConfigId": "d6112052-bbcf-4b49-9f5f-9ffce5b52a4f"
},
{
"GenerationDate": "2026-01-29T22:57:28.5361982+00:00",
"SubmitDate": "2026-01-29T22:57:28.5361982+00:00",
"ReportPeriodStart": "2026-01-29T22:57:28.5361982+00:00",
"ReportPeriodEnd": "2026-01-29T22:57:28.5361982+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a0101e20-6235-4aab-89ea-b612b924e10c",
"Rows": [
{
"ItemId": "ec8248cb-8daf-4a21-8dbd-4b0217d04971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec8248cb-8daf-4a21-8dbd-4b0217d04971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a0101e20-6235-4aab-89ea-b612b924e10c",
"Rows": [
{
"ItemId": "ec8248cb-8daf-4a21-8dbd-4b0217d04971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec8248cb-8daf-4a21-8dbd-4b0217d04971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"89028fe5-a298-48c2-bedd-3d6c856b719a",
"8169c294-12ad-4891-a484-302c8c0c4946"
],
"Approvers": [
"2754b18c-4f7f-49c5-9f13-1f6beebf2cf1",
"ea024957-67cf-4bc3-ab25-df29608ff51f"
],
"ApprovedBy": "4ac87428-7ad7-435e-a668-b95f7fa48e3a",
"ApprovalDate": "2026-01-29T22:57:28.5361982+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "36dcf878-3ebb-4c8f-b502-0c40658f63e9",
"id": "58336059-c5f3-42e6-97fa-db69fdd1508b",
"ConfigId": "d6112052-bbcf-4b49-9f5f-9ffce5b52a4f"
}
]